home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / basic / BB2_DTSnds.readme < prev    next >
Encoding:
Text File  |  2000-01-02  |  2.2 KB  |  63 lines

  1. Short:    DataType Sound Functions v1.25 - For Blitz Basic 2
  2. Author:   Leigh Parry (web.ukonline.co.uk/lparry)
  3. Uploader: lparry@ukonline.co.uk (Leigh Parry)
  4. Version:  v1.25
  5. Type:     dev/basic
  6. Requires: WB 3.x, 2MB RAM, AGA/Graphics Card
  7.  
  8.  
  9. ; Datatype Sound Functions V1.25 - For Blitz Basic 2
  10. ; By Leigh Parry
  11. ;
  12. ; Requires :
  13. ;    amigalibs.res in compiler options
  14. ;    installed datatypes for samples
  15.  
  16. ; If you use this code please acknowledge me in docfiles
  17. ; as this took quite a lot of work. Thankyou.
  18.  
  19. ; *** Thanks to James L Boyd , for testing and ideas ***
  20.  
  21. ;**** v1.25 ****
  22. ;  Removed comments from code - If you want 'em e-mail me
  23. ;  Newtype      - Stores pointer,default Period,waitlength,Frequency and samplelength
  24. ;  DTSFree      - Free a sample object
  25. ;  DTSFreeAll   - Free all sample objects
  26. ;  DTSPlay      - Just plays a sample (use other funcs to change period/freq)
  27. ;  DTSPlaySpeed - Plays a sample at required Period/Frequency
  28. ;  DTSLength    - Get length to wait for sample at Period/Frequency/Current setting(s)
  29. ;  DTSFreq      - Get/Set the Frequency of a sample
  30. ;  DTSPeriod    - Get/Set Period of a sample
  31. ;  DTSVolume    - Get/Set Period of a sample
  32. ;  DTSPan       - Get/Set panning for a sample
  33. ;  DTSType      - Get type of a sample
  34. ;  DTSChanW     - Returns channels being used as Word
  35. ;  DTSChanS     - Returns channels being used as String
  36. ;  DTSSave      - Save through Datatypes
  37. ;  DTSSaveNew   - Save to a new format (if possible)
  38.  
  39. ; Future
  40. ; DTSChannel - set the channel a sample will be played
  41. ; (May not be able to do channels due to sound.datatype)
  42.  
  43. ; Any other suggestions or comments etc. please e-mail me
  44.  
  45. ;If you use this code please an e-mail me to say so
  46. ;would be appreciated.
  47.  
  48.     Leigh
  49.  
  50.  EMail: lparry@ukonline.co.uk
  51.  URL: http://web.ukonline.co.uk/lparry/
  52.  
  53.  
  54. ============================= Archive contents =============================
  55.  
  56. Original  Packed Ratio    Date     Time    Name
  57. -------- ------- ----- --------- --------  -------------
  58.    14697    3595 75.5% 28-Oct-99 16:37:52  DT_Snd-Funcs
  59.     1545     720 53.3% 28-Oct-99 16:36:10  DT_Snd-Funcs.readme
  60.    18605    4634 75.0% 28-Oct-99 16:34:58  DT_Snd-Funcs_v1.25.asc
  61. -------- ------- ----- --------- --------
  62.    34847    8949 74.3% 01-Nov-99 23:03:44   3 files
  63.